projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daba3e2
)
Check for libXp.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 26 Apr 1999 05:21:00 +0000
(
05:21
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 26 Apr 1999 05:21:00 +0000
(
05:21
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index bd7684b27a03ec0076c6eababf77144e59cca91d..1da8240445c37370bf3b8515d618eff5c4c761f0 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1605,6
+1605,7
@@
Motif version prior to 2.1.
HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
if test $emacs_cv_motif_version_2_1 = yes; then
AC_DEFINE(HAVE_MOTIF_2_1)
+ AC_CHECK_LIB(Xp, XpCreateContext)
fi
fi